home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / printing / nlqps2.arc / NLQPS2.MAN next >
Text File  |  1988-09-27  |  3KB  |  55 lines

  1.  
  2.  ******************************************************************************
  3.  *                                                                            *
  4.  *                     COPYRIGHT (C) 1988    L.J.M. de Wit                    *
  5.  *                     ALL RIGHTS RESERVED                                    *
  6.  *                                                                            *
  7.  *                     nlqps2.c  version 2.1 of 24 Sept 1988                  *
  8.  *                                                                            *
  9.  * This software may be used and distributed freely if not used commercially  *
  10.  * and the originator (me) is mentioned.                                      *
  11.  *                                                                            *
  12.  ******************************************************************************
  13.   
  14.    NAME
  15.       nlqps2 - print with Near Letter Quality and Proportional Spacing
  16.   
  17.    SYNTAX
  18.       nlqps2.ttp [-n|-N] [-f|-F fontfile] [file ...]
  19.   
  20.    DESCRIPTION
  21.       This program is meant for use with printers that have no NLQ capability,
  22.       but also useful for those that have.
  23.       The printer SHOULD have double density graphics capability and capability
  24.       of sending a LF of half a scanline high (1/144 inch). The Star Gemini-10X
  25.       is an example. If the escape sequences for your printer are different,
  26.       you should alter the graphic escape sequences in the standard font file
  27.       to the values wanted; this can be done using the NLQPS font editor
  28.       program NLQPSFED.PRG.
  29.   
  30.       The program prints your file(s) (or standard input for pipes) in a
  31.       standard NLQ fashion, i.e. the line is printed twice in graphics mode
  32.       with complementary fonts and a very small linefeed inbetween. The total
  33.       linefeed is still 1/144 + 23/144 = 1/6 inch, which is a standard
  34.       line height.
  35.   
  36.       A nice feature of this program is that it does proportional spacing as
  37.       well; if this is not desired (e.g. when printing tables, columns, program
  38.       listings) this feature can be turned off by the -n switch; n for
  39.       non-proportional (-N is the same and only needed because the somewhat
  40.       silly uppercase conversion of the parameter line when running TTP's
  41.       from the Desktop).
  42.   
  43.       In this version the program does provide for different NLQ fonts.
  44.       An editor program for creating such fonts is also provided for:
  45.           NLQPSFED.PRG.
  46.       The standard fontfile is called STDFONT.NLQ and should reside in either
  47.           a) the current directory
  48.           b) the root directory of the current drive
  49.           c) a directory called \NLQPS, a subdirectory of the root directory
  50.       If no fontfile name is given (by the -f|F option) this file is searched
  51.       for as a default.
  52.  
  53.    Have fun!
  54.  
  55.